<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
/*���掩�桁�*/
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body {
  font-size: 14px;
  font-family:"Microsoft YaHei",'Arial';
  color: #666;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*篆�③����莅上�絖�篏�����*/
}

body,html{
  width:100%;
}

h1, h2, h3, h4, h5, h6, img, ol,ul, li, a, span, p, i, em, div, body, html {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

input,button{
  border:0;
}

input::-webkit-search-cancel-button{
  display: none;
}

input[type=search]::-ms-clear{
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic/*ie7 茹ｅ�喝�丞��膽��上け�����*/
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  background: transparent; /*篆�③win8膤紫�IE菴��ョ�域�画����*/
}

a:active {
  star:expression(this.onFocus=this.blur());
}/*�紙��劫�脂�丈･�句����膾水�罅�*/

a:focus{
  outline-style:none;
  -moz-outline-style: none;
}

/*羝�罐�羌���*/
.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom:1;
}

/*���ュ�*/
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis_2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis_3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis_6{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* float */
.fl{
  float: left;
}

.fr{
  float: right;
}

/**�嶈�input藥�莅ゆ�桁�**/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
}

.w1200{
  width: 79%;
  margin: 0 auto;
}
</pre></body></html>